home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcr / pcr4_4.lha / DIST / package / README < prev   
Text File  |  1992-04-16  |  632b  |  25 lines

  1. It is possible to statically link client code into PCR, and to have
  2. it automatically started as part of PCR start up.  This is likely to
  3. make things start up faster.
  4.  
  5. A plausible procedure for doing this is to
  6.  
  7. 1) Build a copy of NullPackageStub.c that supplies your desired default
  8. PCR arguments, and runs your desired code.
  9.  
  10. 2) Link it and your code together into package.o.
  11.  
  12. 3) Rebuild PCR.
  13.  
  14. More elaborate mechanism or available for Mesa/Cedar code.  They are
  15. not documented here because:
  16.  
  17. 1) I'm too lazy.
  18. 2) I don't understand them, and
  19. 3) I don't expect anybody reading this to have a Mesa compiler.
  20.  
  21.  
  22. Hans-J. Boehm
  23. 4/16/92
  24.  
  25.